Version 4 trial

Hi All

I am trying out Ver 4 with D2009. When I try and load a report(dot matrix) as below it does not work.
I have checked the report name and path. If I debug and run up to Loadfromfile, a box
pops up prompting me for the "frxclass.pas" file. I have used this code in Ver3 with no
problem. Can someone assist. Once I have sorted this out I intent to upgrade. >
Query1.Parameters.ParamByName('ShKey').Value := ShKey;
  Query1.Open;
  if frxReport3.LoadFromFile(ExtractFilePath(Application.ExeName)+
                            'Reports\ShfRep4.fr3') then
   begin
    frxReport3.PrepareReport(True);
    frxReport3.Print;
   end;


Thanks
Godfrey

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.